| Package | Description |
|---|---|
| com.atid.lib.atx88 | |
| com.atid.lib.reader.event |
| Modifier and Type | Class and Description |
|---|---|
class |
AT188Reader
The AT188Reader class implements the unique capabilities of the AT188N Device.
|
class |
AT388Reader
The AT388Reader class implements the unique capabilities of the AT388 Device.
|
class |
ATn88Reader
The ATn88Reader class implements the common functions of AT188N Device and AT388 Device.
|
class |
ATx88Reader
The ATx88Reader class inherits from the ATEAReader class and provides the common functionality of the AT188N Device, AT388 Device, and RF Prisma Device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IATEAReaderEventListener.onReaderActionChanged(ATEAReader reader,
ResultCode code,
ActionState action,
java.lang.Object params)
Called when the operational state of the Device associated with the ATEAReader instance changes.
|
void |
IATEAReaderEventListener.onReaderBatteryState(ATEAReader reader,
int batteryState,
java.lang.Object params)
Called to report the battery state of the Device attached to the ATEAReader instance before it occurs.
|
void |
IATEAReaderEventListener.onReaderKeyChanged(ATEAReader reader,
KeyType type,
KeyState state,
java.lang.Object params)
Called to report the key type and state of the Device attached to the ATEAReader instance before it occurs.
|
void |
IATEAReaderEventListener.onReaderOperationModeChanged(ATEAReader reader,
OperationMode mode,
java.lang.Object params)
Invoked when the Operation Mode of the Device attached to the ATEAReader instance changes.
|
void |
IATEAReaderEventListener.onReaderStateChanged(ATEAReader reader,
ConnectState state,
java.lang.Object params)
The ATransport instance associated with the ATEAReader instance is called when the connection state of the Device changes.
|
void |
IATEAReaderEventListener.onReaderUsbChargerChanged(ATEAReader reader,
UsbChargerType type,
UsbChargerState state,
java.lang.Object params)
Called to report the USB type and state of the Device attached to the ATEAReader instance before it occurs.
|